//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
    CANVAS

DESCRIPTION:
    Lines drawn on a form rotate.

DEMONSTRATES:
    + TTimer, TCanvas.
    + Drawing on a form using its Canvas member.
    + Using MoveTo and LineTo and Ellipse members of TCanvas.

COMMENTS:



